revBrowserGet
Type
function
Summary
Retrieves a property from the specified browser object.
Syntax
revBrowserGet(<instanceId>, <propertyName>)
XBrowser_Get(<propertyName> [, <instanceId>])
Description
Use the revBrowserGet function to obtain information about the browser object specified by the instanceId by returning the value of one of the browser properties.
The "advanced" callback messages are: browserClick, browserOver and browserOut. These messages are only sent when the "messages" property is set to true. Other callback messages are always sent.
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
instanceId | The integer identifier of a browser object. | |
propertyName | enum | The name of the property to retrieve, see below for a full list. |
Examples
put revBrowserGet(tBrowserId, "rect") into tBrowserRect
Related
command: revBrowserSet
function: revBrowserOpen
glossary: function
message: browserOver, browserOut, browserClick
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop